.cause_title {
	width: 100%;
	padding:25px 20px 25px 20px;
	position:relative;
	overflow:hidden;
}

.cause_title .cause_cover {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #436f93;
	background-size:cover;
	background-position:center center;
	z-index:-1;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	transform: scale(1.25);
}

.cause_title .cause_cover .title_overlay {
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
}

.cause_title h2 {
	display: block;
	color: #fff;
	padding:0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 13px;
	text-align:center;
}

.cause_title h1 {
	display: block;
	color: #fff;
	padding:0;
	font-weight: bold;
	font-size: 18px;
	text-align:center;
}

.cause_title:lang(ar) h1 {
	line-height:1.75;
}

.cause_title span {
	display:block;
	width:100%;
	color:#fefefe;
	text-align:center;
	margin-top: 15px;
}

.cause_title .icons_container {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	width: calc(100% + 10px);
	margin: 30px -5px -10px -5px;
}

.cause_title .icons_container a {
	flex-basis:140px;
	flex-grow: 1;
	padding:10px;
	background:white;
	border-radius:5px;
	text-align:center;
	margin:0 5px 10px 5px;
	box-shadow:2px 2px 6px rgba(0,0,0,.1);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #202020;
}

.cause_title .icons_container a:hover {
	background:#f8f8f8;
}

.cause_title .icons_container a i {
	display:block;
	font-size:30px;
	margin-bottom:10px;
	color: #014993;
}

.cause_title .image {
	border-radius: 5px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.15);
}